[INFO] cloning repository https://github.com/cwabcorp/cwab
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cwabcorp/cwab" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcwabcorp%2Fcwab", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcwabcorp%2Fcwab'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c1dd4e0179b713d1b0a9bf19c5bd7d3c4a53e175
[INFO] fixing cwabcorp/cwab against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcwabcorp%2Fcwab" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/cwabcorp/cwab
[INFO] finished tweaking git repo https://github.com/cwabcorp/cwab
[INFO] tweaked toml for git repo https://github.com/cwabcorp/cwab written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/cwabcorp/cwab on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/cwabcorp/cwab already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] e9c8ec4a5440f3daf3b9f2df87d64dd5de5cc6a1c3c0139fa2de94b7b8b6ec68
[INFO] running `Command { std: "docker" "start" "e9c8ec4a5440f3daf3b9f2df87d64dd5de5cc6a1c3c0139fa2de94b7b8b6ec68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e9c8ec4a5440f3daf3b9f2df87d64dd5de5cc6a1c3c0139fa2de94b7b8b6ec68" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9c8ec4a5440f3daf3b9f2df87d64dd5de5cc6a1c3c0139fa2de94b7b8b6ec68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "e9c8ec4a5440f3daf3b9f2df87d64dd5de5cc6a1c3c0139fa2de94b7b8b6ec68" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2021 edition to 2024
[INFO] [stderr]    Compiling libc v0.2.149
[INFO] [stderr]    Compiling proc-macro2 v1.0.69
[INFO] [stderr]     Checking memchr v2.6.4
[INFO] [stderr]     Checking pin-project-lite v0.2.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]     Checking smallvec v1.11.1
[INFO] [stderr]     Checking once_cell v1.18.0
[INFO] [stderr]    Compiling serde v1.0.189
[INFO] [stderr]     Checking bytes v1.5.0
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]     Checking futures-sink v0.3.28
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling pkg-config v0.3.27
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]     Checking futures-io v0.3.28
[INFO] [stderr]     Checking itoa v1.0.9
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking bitflags v2.4.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.16
[INFO] [stderr]    Compiling openssl v0.10.57
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]     Checking log v0.4.20
[INFO] [stderr]     Checking http v0.2.9
[INFO] [stderr]     Checking percent-encoding v2.3.0
[INFO] [stderr]     Checking unicode-normalization v0.1.22
[INFO] [stderr]    Compiling num-traits v0.2.17
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.15
[INFO] [stderr]     Checking form_urlencoded v1.2.0
[INFO] [stderr]     Checking unicode-bidi v0.3.13
[INFO] [stderr]     Checking tracing v0.1.39
[INFO] [stderr]     Checking cpufeatures v0.2.9
[INFO] [stderr]     Checking try-lock v0.2.4
[INFO] [stderr]     Checking ryu v1.0.15
[INFO] [stderr]     Checking want v0.3.1
[INFO] [stderr]     Checking anstyle-parse v0.2.2
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling rustix v0.38.19
[INFO] [stderr]     Checking anstyle v1.0.4
[INFO] [stderr]     Checking zeroize v1.6.0
[INFO] [stderr]     Checking gimli v0.28.0
[INFO] [stderr]     Checking hashbrown v0.14.1
[INFO] [stderr]    Compiling crossbeam-queue v0.3.8
[INFO] [stderr]    Compiling async-trait v0.1.73
[INFO] [stderr]    Compiling serde_json v1.0.107
[INFO] [stderr]     Checking anstream v0.6.4
[INFO] [stderr]     Checking miniz_oxide v0.7.1
[INFO] [stderr]     Checking idna v0.4.0
[INFO] [stderr]     Checking object v0.32.1
[INFO] [stderr]     Checking rustc-demangle v0.1.23
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]    Compiling thiserror v1.0.49
[INFO] [stderr]     Checking getrandom v0.2.10
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking mio v0.8.8
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking socket2 v0.5.4
[INFO] [stderr]     Checking socket2 v0.4.9
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking url v2.4.1
[INFO] [stderr]     Checking winnow v0.5.17
[INFO] [stderr]     Checking iana-time-zone v0.1.57
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling anyhow v1.0.75
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking linux-raw-sys v0.4.10
[INFO] [stderr]     Checking indexmap v2.0.2
[INFO] [stderr]     Checking nom v7.1.3
[INFO] [stderr]     Checking scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling syn v2.0.38
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking universal-hash v0.5.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking aead v0.5.2
[INFO] [stderr]     Checking poly1305 v0.8.0
[INFO] [stderr]     Checking chacha20 v0.9.1
[INFO] [stderr]     Checking r2d2 v0.8.10
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking crossbeam-deque v0.8.3
[INFO] [stderr]     Checking clap_builder v4.4.6
[INFO] [stderr]     Checking crossbeam-channel v0.5.8
[INFO] [stderr]     Checking encoding_rs v0.8.33
[INFO] [stderr]     Checking base64 v0.21.4
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking time-core v0.1.2
[INFO] [stderr]     Checking fastrand v2.0.1
[INFO] [stderr]     Checking sha1_smol v1.0.0
[INFO] [stderr]     Checking ipnet v2.8.0
[INFO] [stderr]     Checking constant_time_eq v0.3.0
[INFO] [stderr]     Checking arrayvec v0.7.4
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking chacha20poly1305 v0.10.1
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking crossbeam v0.8.2
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking dyn-clone v1.0.14
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling backtrace v0.3.69
[INFO] [stderr]    Compiling blake3 v1.5.0
[INFO] [stderr]     Checking cron v0.12.0
[INFO] [stderr]     Checking tempfile v3.8.0
[INFO] [stderr]     Checking addr2line v0.21.0
[INFO] [stderr]    Compiling serde_derive v1.0.189
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.49
[INFO] [stderr]    Compiling clap_derive v4.4.2
[INFO] [stderr]     Checking tokio v1.33.0
[INFO] [stderr]     Checking pin-project v1.1.3
[INFO] [stderr]     Checking clap v4.4.6
[INFO] [stderr]     Checking futures-executor v0.3.28
[INFO] [stderr]     Checking futures v0.3.28
[INFO] [stderr]     Checking toml_datetime v0.6.3
[INFO] [stderr]     Checking serde_spanned v0.6.3
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking deranged v0.3.9
[INFO] [stderr]     Checking uuid v1.4.1
[INFO] [stderr]     Checking tokio-util v0.7.9
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking async-scoped v0.7.1
[INFO] [stderr]     Checking toml_edit v0.20.2
[INFO] [stderr]     Checking h2 v0.3.21
[INFO] [stderr]     Checking combine v4.6.6
[INFO] [stderr]     Checking time v0.3.30
[INFO] [stderr]     Checking toml v0.8.2
[INFO] [stderr]     Checking hyper v0.14.27
[INFO] [stderr]     Checking redis v0.23.3
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.22
[INFO] [stderr]     Checking cwab v0.6.2 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/lib.rs from 2021 edition to 2024
[INFO] [stderr]        Fixed src/cwab/mod.rs (1 fix)
[INFO] [stderr]        Fixed src/client.rs (7 fixes)
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/cwab/mod.rs:244:46
[INFO] [stdout]     |
[INFO] [stdout] 241 |         let (job, input) = apply_client_middleware(&self.middleware, job, input).await?;
[INFO] [stdout]     |              ---
[INFO] [stdout]     |              |
[INFO] [stdout]     |              `job` calls a custom destructor
[INFO] [stdout]     |              `job` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 244 |         Ok(self.client.raw_push(&[job_desc]).await?[0])
[INFO] [stdout]     |                                              ^^^^^
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 245 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/cwab/mod.rs:255:46
[INFO] [stdout]     |
[INFO] [stdout] 253 |         let (job, input) = apply_client_middleware(&self.middleware, job, input).await?;
[INFO] [stdout]     |              ---
[INFO] [stdout]     |              |
[INFO] [stdout]     |              `job` calls a custom destructor
[INFO] [stdout]     |              `job` will be dropped later as of Edition 2024
[INFO] [stdout] 254 |         let job_desc = job.to_job_description(self.encode_input(input));
[INFO] [stdout] 255 |         Ok(self.client.raw_push(&[job_desc]).await?[0])
[INFO] [stdout]     |                                              ^^^^^
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 256 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/cwab/mod.rs:285:31
[INFO] [stdout]     |
[INFO] [stdout] 284 |         let (job, input) = apply_client_middleware(&self.middleware, job, input).await?;
[INFO] [stdout]     |              ---
[INFO] [stdout]     |              |
[INFO] [stdout]     |              `job` calls a custom destructor
[INFO] [stdout]     |              `job` will be dropped later as of Edition 2024
[INFO] [stdout] 285 |         Ok(job.perform(input).await?)
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 286 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl Job` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/cwab/mod.rs:204:14
[INFO] [stdout]     |
[INFO] [stdout] 204 | ) -> Result<(impl Job, Option<String>), CwabError> {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/cwab/mod.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |     middleware: &[Box<dyn ClientMiddleware>],
[INFO] [stdout]     |                 ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/cwab/mod.rs:202:10
[INFO] [stdout]     |
[INFO] [stdout] 202 |     job: impl Job,
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 200 ~ async fn apply_client_middleware<T: Job>(
[INFO] [stdout] 201 |     middleware: &[Box<dyn ClientMiddleware>],
[INFO] [stdout] 202 ~     job: T,
[INFO] [stdout] 203 |     input: Option<String>,
[INFO] [stdout] 204 ~ ) -> Result<(impl Job + use<T>, Option<String>), CwabError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Migrating src/main.rs from 2021 edition to 2024
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/cwab/mod.rs:244:46
[INFO] [stdout]     |
[INFO] [stdout] 241 |         let (job, input) = apply_client_middleware(&self.middleware, job, input).await?;
[INFO] [stdout]     |              ---
[INFO] [stdout]     |              |
[INFO] [stdout]     |              `job` calls a custom destructor
[INFO] [stdout]     |              `job` will be dropped later as of Edition 2024
[INFO] [stdout] ...
[INFO] [stdout] 244 |         Ok(self.client.raw_push(&[job_desc]).await?[0])
[INFO] [stdout]     |                                              ^^^^^
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 245 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout]     = note: `--force-warn tail-expr-drop-order` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/cwab/mod.rs:255:46
[INFO] [stdout]     |
[INFO] [stdout] 253 |         let (job, input) = apply_client_middleware(&self.middleware, job, input).await?;
[INFO] [stdout]     |              ---
[INFO] [stdout]     |              |
[INFO] [stdout]     |              `job` calls a custom destructor
[INFO] [stdout]     |              `job` will be dropped later as of Edition 2024
[INFO] [stdout] 254 |         let job_desc = job.to_job_description(self.encode_input(input));
[INFO] [stdout] 255 |         Ok(self.client.raw_push(&[job_desc]).await?[0])
[INFO] [stdout]     |                                              ^^^^^
[INFO] [stdout]     |                                              |
[INFO] [stdout]     |                                              this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                                              up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 256 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: relative drop order changing in Rust 2024
[INFO] [stdout]    --> src/cwab/mod.rs:285:31
[INFO] [stdout]     |
[INFO] [stdout] 284 |         let (job, input) = apply_client_middleware(&self.middleware, job, input).await?;
[INFO] [stdout]     |              ---
[INFO] [stdout]     |              |
[INFO] [stdout]     |              `job` calls a custom destructor
[INFO] [stdout]     |              `job` will be dropped later as of Edition 2024
[INFO] [stdout] 285 |         Ok(job.perform(input).await?)
[INFO] [stdout]     |                               ^^^^^
[INFO] [stdout]     |                               |
[INFO] [stdout]     |                               this value will be stored in a temporary; let us call it `#1`
[INFO] [stdout]     |                               up until Edition 2021 `#1` is dropped last but will be dropped earlier in Edition 2024
[INFO] [stdout] 286 |     }
[INFO] [stdout]     |     - now the temporary value is dropped here, before the local variables in the block or statement
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#1` may invoke a custom destructor because it contains a trait object
[INFO] [stdout]     = note: most of the time, changing drop order is harmless; inspect the `impl Drop`s for side effects like releasing locks or sending messages
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/temporary-tail-expr-scope.html>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `impl Job` will capture more lifetimes than possibly intended in edition 2024
[INFO] [stdout]    --> src/cwab/mod.rs:204:14
[INFO] [stdout]     |
[INFO] [stdout] 204 | ) -> Result<(impl Job, Option<String>), CwabError> {
[INFO] [stdout]     |              ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: specifically, this lifetime is in scope but not mentioned in the type's bounds
[INFO] [stdout]    --> src/cwab/mod.rs:201:17
[INFO] [stdout]     |
[INFO] [stdout] 201 |     middleware: &[Box<dyn ClientMiddleware>],
[INFO] [stdout]     |                 ^
[INFO] [stdout]     = note: all lifetimes in scope will be captured by `impl Trait`s in edition 2024
[INFO] [stdout] note: you could use a `use<...>` bound to explicitly specify captures, but argument-position `impl Trait`s are not nameable
[INFO] [stdout]    --> src/cwab/mod.rs:202:10
[INFO] [stdout]     |
[INFO] [stdout] 202 |     job: impl Job,
[INFO] [stdout]     |          ^^^^^^^^
[INFO] [stdout]     = warning: this changes meaning in Rust 2024
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/rpit-lifetime-capture.html>
[INFO] [stdout]     = note: `--force-warn impl-trait-overcaptures` implied by `--force-warn rust-2024-compatibility`
[INFO] [stdout] help: use the precise capturing `use<...>` syntax to make the captures explicit
[INFO] [stdout]     |
[INFO] [stdout] 200 ~ async fn apply_client_middleware<T: Job>(
[INFO] [stdout] 201 |     middleware: &[Box<dyn ClientMiddleware>],
[INFO] [stdout] 202 ~     job: T,
[INFO] [stdout] 203 |     input: Option<String>,
[INFO] [stdout] 204 ~ ) -> Result<(impl Job + use<T>, Option<String>), CwabError> {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 43.45s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.23.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check: cwab v0.6.2 (/opt/rustwide/workdir) updating edition from 2021 to 2024
[INFO] [stderr]     Checking cwab v0.6.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.00s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: redis v0.23.3
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr] crater-edition-check all packages now at latest edition
[INFO] [stderr] crater-edition-check: all finished
[INFO] running `Command { std: "docker" "inspect" "e9c8ec4a5440f3daf3b9f2df87d64dd5de5cc6a1c3c0139fa2de94b7b8b6ec68", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9c8ec4a5440f3daf3b9f2df87d64dd5de5cc6a1c3c0139fa2de94b7b8b6ec68", kill_on_drop: false }`
[INFO] [stdout] e9c8ec4a5440f3daf3b9f2df87d64dd5de5cc6a1c3c0139fa2de94b7b8b6ec68
